home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / localize / resource.h < prev   
C/C++ Source or Header  |  1995-11-25  |  1KB  |  37 lines

  1. //=--------------------------------------------------------------------------=
  2. // Resource.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // resource IDs.
  13. //
  14. #ifndef _RESOURCE_H_
  15.  
  16. #define RESID_TOOLBOX_BITMAP 1
  17.  
  18.  
  19. //=--------------------------------------------------------------------------=
  20. // Strings
  21. //
  22. #define IDS_PROPERTIES              1000                // this MUST be 1000 !!!
  23. #define IDS_LOCALIZE_GENERALPAGETITLE 2003
  24. #define IDS_LOCALIZE_GENERALDOCSTRING 2004
  25. #define IDS_LOCALIZE_ABOUTBOXVERB     2005
  26.  
  27.  
  28. //=--------------------------------------------------------------------------=
  29. // Dialog Stuff
  30. //
  31. #define IDD_PROPPAGE_LOCALIZEGENERAL 2000
  32.  
  33.  
  34. #define _RESOURCE_H_
  35. #endif // _RESOURCE_H_
  36.  
  37.